projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97569c
)
(MINI_WINDOW_P): Use NILP.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Oct 2001 09:52:23 +0000
(09:52 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Oct 2001 09:52:23 +0000
(09:52 +0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index 36ca6811d5e5e8326976d8db038e97a6e5474bf0..da72e302110f6549f27e980b8c8c045aaed9582b 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-279,7
+279,7
@@
struct window
/* 1 if W is a minibuffer window. */
-#define MINI_WINDOW_P(W) (!
EQ ((W)->mini_p, Qnil
))
+#define MINI_WINDOW_P(W) (!
NILP ((W)->mini_p
))
/* Return the window column at which the text in window W starts.
This is different from the `left' field because it does not include